Conversation
FilteredNotification 모델 추가 해당 모델을 추가, 조회, 삭제하는 dao 로직 추가 데이터베이스 버전 업그레이드.
도메인 계층 활용을 위해 DI에 알림 제외 관련 의존성 주입 추가. NotiListenerService에서 알림 제외 리스트일 경우 무시하도록 함. Guard Condition 적용으로 가독성 개선 UseCase 추가.
제외 리스트가 비어 있지 않아야 무시.
알림 제외 리스트 목록을 보기 위한 페이지 추가. 해당 페이지로 들어가기 위해 설정 페이지 추가.
메인, 제목 페이지에서 원하는 알림을 제외, 제외 취소할 수 있도록 data, domain 계층 수정 Bottom Sheet에서 원하는 기능을 수행할 수 있음.
Closed
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR
작업 내용
참고 사항
제목 페이지에서 알림을 무시한 후 빠르게 뒤로 가기 후 설정 페이지 클릭 시
흰 화면만 뜨고 제대로 화면이 보이지 않는 현상을 인지했습니다.
추후 원인 파악 후 수정예정입니다.
✏ Git Close
#36